| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mobile): proper handling for shared list permissions (#2165) | Mohamed Bassem | 2025-11-23 | 1 | -4/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(mobile): Restrict bookmark editing in shared lists Apply the same ownership-based restrictions that exist in the web app to the mobile app. Users can now only edit, delete, and manage their own bookmarks, even when viewing them in shared lists. Changes: - BottomActions: Hide edit actions (lists, tags, info, delete) for non-owners - BookmarkCard: Hide favorite button and action menu for non-owners - Info page: Make title, notes, tags, and lists read-only for non-owners - NotePreview: Hide "Edit Notes" button for non-owners All restrictions are based on comparing the current user ID (from useWhoAmI) with the bookmark's userId field. * some fixes * make tags non clickable for collaborators * add leave list --------- Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | ui(mobile): Make page titles more native | MohamedBassem | 2024-12-16 | 1 | -9/+3 |
| | | |||||
| * | feature(mobile): Add proper error handling for server errors | MohamedBassem | 2024-09-14 | 1 | -2/+9 |
| | | |||||
| * | feature(mobile): Add support for deleting lists | MohamedBassem | 2024-08-26 | 1 | -3/+57 |
| | | |||||
| * | feature: Change archived meaning to only mean removed from homepage | MohamedBassem | 2024-04-06 | 1 | -1/+0 |
| | | |||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 1 | -1/+1 |
| | | |||||
| * | mobile(android): Getting the android app ready for submission | MohamedBassem | 2024-03-29 | 1 | -3/+4 |
| | | |||||
| * | fix(mobile): Fix flicker on search | MohamedBassem | 2024-03-20 | 1 | -2/+2 |
| | | |||||
| * | refactor: Prepare for pagination by dropping querying bookmarks by id | MohamedBassem | 2024-03-17 | 1 | -2/+4 |
| | | |||||
| * | ui(mobile): New header style in the app | MohamedBassem | 2024-03-15 | 1 | -5/+12 |
| | | |||||
| * | mobile: Fix the naming of the lists screen | MohamedBassem | 2024-03-15 | 1 | -8/+8 |
| | | |||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 1 | -2/+1 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 1 | -0/+31 |
